home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / hard / drivr / pcmser.readme < prev    next >
Text File  |  2002-10-13  |  4KB  |  160 lines

  1. Short:    PCMCIA modem driver. V0.17. PD w/ src.
  2. Author:   pontus@tactel.se (Pontus Fuchs), caffer@cs.ucc.ie (Neil Cafferkey)
  3. Uploader: caffer@cs.ucc.ie (Neil Cafferkey)
  4. Version:  0.17
  5. Type:     hard/drivr
  6. Requires: Compatible PCMCIA modem
  7.  
  8.  
  9. pcmser.device - An Amiga PCMCIA Modem Driver by Pontus Fuchs
  10.                 and Neil Cafferkey
  11.  
  12.  
  13. Distribution Conditions
  14. -----------------------
  15. You may use pcmser.device and the source in ANY way you like.
  16.  
  17.  
  18. Disclaimer
  19. ----------
  20. This package is provided "as is" without warranty of any kind. The authors
  21. assume no responsibility or liability whatsoever for any damage or loss of
  22. data caused by using this package.
  23.  
  24.  
  25. Introduction
  26. ------------
  27. pcmser.device is a PCMCIA-modem driver for the A1200 and A600.
  28.  
  29. In order to work with pcmser.device, a modem must be:
  30.  
  31.  - 16-bit rather than 32-bit/CardBus.
  32.  - A hardware modem rather than a "WinModem".
  33.  
  34. Most modems that meet these requirements should work fine, but unfortunately
  35. they are becoming increasingly uncommon. You should look for modems that
  36. work with both MS-DOS and Linux, but even this doesn't guarantee anything.
  37.  
  38.  
  39. Compatibility
  40. -------------
  41.  
  42. Modems reported to be compatible:
  43.  
  44. Megahertz 14400bps Faxmodem, Model #CC1144-49
  45. Intelligent 56k Fax Modem
  46. Motorola CELLect 14.4 PCMCIA Modem
  47. PSION DACOM 56K+FAX Gold Card
  48. Dynalink 1456CS
  49.  
  50. Modems reported to be incompatible:
  51.  
  52. Nokia GSM-card  (I just get a lot of strange ints all the time)
  53. USR 16.8DS      (Seems to be incompatible with the A1200's PCMCIA port)
  54. Dynalink 1456VQC-T5
  55. 3Com Megahertz 3CCEM556 B
  56.  
  57.  
  58. Features
  59. --------
  60. 7-8 databits
  61. 1-2 stopbits
  62. 110-115200 BAUD
  63. CTS/RTS handshaking
  64. EOF-mode supported
  65.  
  66. Not implemented:
  67. CMD_BREAK
  68. xON/xOFF handshake
  69.  
  70.  
  71. Installation
  72. ------------
  73. Just copy pcmser.device to DEVS: and make sure that you don't have a program
  74. called "remcard" installed.
  75.  
  76.  
  77. You can help me!
  78. ----------------
  79. Please mail me if you find bugs or find a modem which doesn't work. If the
  80. modem doesn't work test it with prepcard or "modemtest" which can be found
  81. on Aminet.
  82.  
  83.  
  84. History
  85. -------
  86. v0.5  97-08-05  First aminet release.
  87.  
  88. v0.6  97-08-24  Second aminet release.
  89.  
  90.                 The SDCMD_QUERY-code was broken so CD and DSR didn't work.
  91.  
  92.                 Added a little delay in OpenDevice() so that the modem
  93.                 can start up and activate its DSR.
  94.  
  95.                 My IObase testingcode was broken so modems which has
  96.                 it's first configuration at $2f8 didn't work.
  97.  
  98.                 Removed quickIO for CMD_READ. Either my code was broken
  99.                 or some programs can't handle quickIO for CMD_READ
  100.                 (ie NComm and Trapdoor). Anyway I'm to lazy to find out :)
  101.  
  102. v0.7  99-11-26  Third Aminet release (first release by Neil Cafferkey).
  103.  
  104.                 Changed code to allow modems with missing parameters to
  105.                 work.
  106.  
  107. v0.9  00-02-08  Fourth Aminet release.
  108.  
  109.                 Does a soft reset of the modem during device initialisation.
  110.  
  111.                 Now returns IO_ERROR from OpenDevice().
  112.  
  113.                 Deallocates resources if device initialisation fails.
  114.  
  115. v0.11 00-02-20  Fifth Aminet release.
  116.  
  117.                 Doesn't soft reset the modem during device initialisation
  118.                 anymore.
  119.  
  120. v0.15 00-09-15  Sixth Aminet release.
  121.  
  122.                 Cards can now have up to 64kb of I/O address space.
  123.  
  124. v0.17 02-09-02  Seventh Aminet release.
  125.  
  126.                 Now checks that UART has space for a byte before sending it.
  127.  
  128.                 Updated advice about what modems might work.
  129.  
  130.  
  131. Thanks
  132. ------
  133. Thanks to Pontus Fuchs for writing this driver and for letting me release
  134. my changes in a new version, and to the people who sent me bug reports.
  135.  
  136.  
  137. Current Maintainer
  138. ------------------
  139. Neil Cafferkey
  140. email: caffer@cs.ucc.ie
  141.  
  142.  
  143. Original Author
  144. ---------------
  145. Pontus Fuchs
  146. email: pontus@tactel.se
  147.  
  148.  
  149. Thanks to (from Pontus Fuchs)
  150. -----------------------------
  151. Johannes Carlsson    for lending me 2 modems.
  152. Olov Lindberg        for lending me a modem.
  153. Henric Andersson     for helping me with debugging.
  154. Bruce Abbot          (maker of cnet.device) for inspiring me
  155.                      to write this device.
  156. Mikael Niczko        for BUYING me a modem. Thanks a LOT dude!
  157. Glenn Björckén       for lending me a modem.
  158.  
  159. All of you who has tested different modems and mailed me!
  160.